home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
55671
/
55671.xpi
/
chrome
/
snipit.jar
/
content
/
about.xul
next >
Wrap
Extensible Markup Language
|
2008-03-30
|
1KB
|
34 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://snipit/locale/about.dtd">
<dialog buttons="accept"
id="snipit-about-dialog"
title="&about.wintitle;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<vbox>
<hbox>
<vbox>
<hbox>
<description value="&about.title;" style="font-weight: bold; font-size: x-large;" />
</hbox>
<description value="&about.version;" />
<description value="&about.created;" style="font-weight: bold;" />
<description value="&about.author;" />
</vbox>
<spacer flex="1"/>
<vbox>
<image src="chrome://snipit/skin/logo.png" width="32" height="32"/>
<spacer flex="1"/>
</vbox>
</hbox>
<description value="&about.homepage;" style="font-weight: bold;" />
<description style="color: #0000ff; text-decoration: undeline; cursor: pointer;"
onclick="window.open('http://www.snip.pl/'); window.close();"
value="http://www.snip.pl/" />
</vbox>
<separator class="groove" id="snipit-about-separator"/>
</dialog>